edge-raw 0.2.0

Async + `no_std` + no-alloc implementation of IP and UDP packet creation and parsing
Documentation

edge-raw

CI crates.io Documentation

Async + no_std + no-alloc implementation of IP and UDP packet creation and parsing.

The edge_raw::io module contains implementations of the embedded_nal_async_xtra::RawStack trait, as well as of the embedded_nal_async::UdpSocket trait. These are useful in the context of protocols like DHCP, which - while working on top of UDP - need to be capable of receiving and sending packets to peers that do not have an IP address assigned yet.

For other protocols, look at the edge-net aggregator crate documentation.

Examples

Look at the edge-dhcp crate as to how to utilize the capabilities of edge-raw.